github.com/refraction-networking/utls.Config.ticketKeyFromBytes (method)

5 uses

	github.com/refraction-networking/utls (current package)
		common.go#L958: func (c *Config) ticketKeyFromBytes(b [32]byte) (key ticketKey) {
		common.go#L1055: 		c.sessionTicketKeys = []ticketKey{c.ticketKeyFromBytes(c.SessionTicketKey)}
		common.go#L1112: 		valid = append(valid, c.ticketKeyFromBytes(newKey))
		common.go#L1144: 		newKeys[i] = c.ticketKeyFromBytes(bytes)
		u_public.go#L826: 	tk := config.ticketKeyFromBytes(b)